hipreme_engine ~master (2025-09-27T13:37:43Z)
Dub
Repo
HipWorkerThread.WorkerTask
hip
util
concurrency
HipWorkerThread
Undocumented in source.
class
HipWorkerThread
struct
WorkerTask {
void
delegate
()
task
;
void
delegate
(
string
taskName
)
onTaskFinish
;
string
name
;
}
Members
Variables
name
string
name
;
Undocumented in source.
onTaskFinish
void
delegate
(
string
taskName
)
onTaskFinish
;
Undocumented in source.
task
void
delegate
()
task
;
Undocumented in source.
Meta
Source
See Implementation
hip
util
concurrency
HipWorkerThread
constructors
this
functions
isIdle
pushTask
startWorking
structs
WorkerTask
variables
tasks